the if statement
:here we will display "hi sharad bhai, good evening", if the hour is less the 18:00
the else statement
a time based greeting same as above
the else if statement
if time is less than 10:00, create a good morning greeting, if not but time is less then 20:00 , create a good day greeting, otherwise say good evening.